pub unsafe extern "C" fn wolfSSL_SESSION_set_cipher(
    session: *mut WOLFSSL_SESSION,
    cipher: *const WOLFSSL_CIPHER
) -> c_int