pub unsafe extern "C" fn x509_crt_parse_der_with_ext_cb(
    chain: *mut x509_crt,
    buf: *const c_uchar,
    buflen: size_t,
    make_copy: c_int,
    cb: x509_crt_ext_cb_t,
    p_ctx: *mut c_void
) -> c_int