pub unsafe extern "C" fn wolfSSL_CTX_set_cipher_list(
    ctx: *mut WOLFSSL_CTX,
    list: *const c_char
) -> c_int