Function EVP_PBE_find_ex

Source
pub unsafe extern "C" fn EVP_PBE_find_ex(
    type_: i32,
    pbe_nid: i32,
    pcnid: *mut i32,
    pmnid: *mut i32,
    pkeygen: *mut Option<unsafe extern "C" fn(*mut evp_cipher_ctx_st, *const i8, i32, *mut asn1_type_st, *const evp_cipher_st, *const evp_md_st, i32) -> i32>,
    pkeygen_ex: *mut Option<unsafe extern "C" fn(*mut evp_cipher_ctx_st, *const i8, i32, *mut asn1_type_st, *const evp_cipher_st, *const evp_md_st, i32, *mut ossl_lib_ctx_st, *const i8) -> i32>,
) -> i32