X509_STORE_CTX_init

Function X509_STORE_CTX_init 

Source
pub unsafe extern "C" fn X509_STORE_CTX_init(
    ctx: *mut X509_STORE_CTX,
    trust_store: *mut X509_STORE,
    target: *mut X509,
    untrusted: *mut stack_st_X509,
) -> c_int