pub unsafe extern "C" fn X509_STORE_set_lookup_certs(
xs: *mut x509_store_st,
lookup_certs: Option<unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *const X509_name_st) -> *mut stack_st_X509>,
)
pub unsafe extern "C" fn X509_STORE_set_lookup_certs(
xs: *mut x509_store_st,
lookup_certs: Option<unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *const X509_name_st) -> *mut stack_st_X509>,
)