pub unsafe extern "C" fn wolfSSL_CTX_use_certificate_chain_buffer(
    ctx: *mut WOLFSSL_CTX,
    in_: *const c_uchar,
    sz: c_long
) -> c_int