pub unsafe extern "C" fn EC_KEY_set_private_key(
    key: *mut EC_KEY,
    priv_: *const BIGNUM
) -> c_int