pub unsafe extern "C" fn SSL_CTX_set1_verify_cert_store(
    ctx: *mut SSL_CTX,
    store: *mut X509_STORE
) -> c_int