Function X509V3_set_ctx

Source
pub unsafe extern "C" fn X509V3_set_ctx(
    ctx: *mut v3_ext_ctx,
    issuer: *mut x509_st,
    subject: *mut x509_st,
    req: *mut X509_req_st,
    crl: *mut X509_crl_st,
    flags: i32,
)