Function X509_LOOKUP_meth_set_new_item

Source
pub unsafe extern "C" fn X509_LOOKUP_meth_set_new_item(
    method: *mut x509_lookup_method_st,
    new_item: Option<unsafe extern "C" fn(_: *mut x509_lookup_st) -> i32>,
) -> i32