pub unsafe extern "C" fn EC_hash_to_curve_p256_xmd_sha256_sswu(
    group: *const EC_GROUP,
    out: *mut EC_POINT,
    dst: *const u8,
    dst_len: usize,
    msg: *const u8,
    msg_len: usize
) -> c_int