[][src]Type Definition nginx::X509_STORE_CTX_check_issued_fn

type X509_STORE_CTX_check_issued_fn = Option<unsafe extern "C" fn(ctx: *mut X509_STORE_CTX, x: *mut X509, issuer: *mut X509) -> c_int>;