Function ENGINE_set_load_pubkey_function

Source
pub unsafe extern "C" fn ENGINE_set_load_pubkey_function(
    e: *mut engine_st,
    loadpub_f: Option<unsafe extern "C" fn(*mut engine_st, *const i8, *mut ui_method_st, *mut c_void) -> *mut evp_pkey_st>,
) -> i32