Function EVP_PKEY_get_ex_data

Source
pub unsafe extern "C" fn EVP_PKEY_get_ex_data(
    key: *const evp_pkey_st,
    idx: i32,
) -> *mut c_void