pub unsafe extern "C" fn wolfSSL_use_certificate_ASN1(
    ssl: *mut WOLFSSL,
    der: *const c_uchar,
    derSz: c_int
) -> c_int