pub unsafe extern "C" fn SSL_CTX_set1_curves(
    ctx: *mut SSL_CTX,
    curves: *const c_int,
    curves_len: usize
) -> c_int