pub unsafe extern "C" fn sodot_bip340_reshare_remaining_party(
room: Room,
new_threshold: u16,
secret_share: ConstStr,
keygen_ids: ConstSlice_ConstStr,
callback: Option<unsafe extern "C" fn(extra: *mut c_void, result: ResultFFI, pubkey: ConstStr, secret_share: ConstStr)>,
extra: *mut c_void,
) -> ResultFFI