pub unsafe extern "C" fn wolfSSL_use_certificate_buffer(
    ssl: *mut WOLFSSL,
    in_: *const c_uchar,
    sz: c_long,
    format: c_int
) -> c_int