pub type x509_crt_ext_cb_t = Option<unsafe extern "C" fn(p_ctx: *mut c_void, crt: *const x509_crt, oid: *const x509_buf, critical: c_int, p: *const c_uchar, end: *const c_uchar) -> c_int>;