pub unsafe extern "C" fn wolfSSL_use_PrivateKey_Id(
    ssl: *mut WOLFSSL,
    id: *const c_uchar,
    sz: c_long,
    devId: c_int
) -> c_int