Function X509_LOOKUP_meth_set_get_by_fingerprint

Source
pub unsafe extern "C" fn X509_LOOKUP_meth_set_get_by_fingerprint(
    method: *mut x509_lookup_method_st,
    fn_: Option<unsafe extern "C" fn(_: *mut x509_lookup_st, _: u32, _: *const u8, _: i32, _: *mut x509_object_st) -> i32>,
) -> i32