pub unsafe extern "C" fn wolfSSL_CTX_use_certificate_file(
    ctx: *mut WOLFSSL_CTX,
    file: *const c_char,
    format: c_int
) -> c_int