pub unsafe extern "C" fn wolfSSL_X509_STORE_CTX_get_ex_data(
    ctx: *mut WOLFSSL_X509_STORE_CTX,
    idx: c_int
) -> *mut c_void