pub unsafe extern "C" fn SSL_set_signing_algorithm_prefs(
    ssl: *mut SSL,
    prefs: *const u16,
    num_prefs: usize
) -> c_int