pub unsafe extern "C" fn wolfSSL_CTX_set_groups(
    ctx: *mut WOLFSSL_CTX,
    groups: *mut c_int,
    count: c_int
) -> c_int