pub unsafe extern "C" fn sodot_exportable_ed25519_receive_key(
room: Room,
num_parties: u16,
threshold: u16,
keygen_init_keypair: ConstStr,
keygen_ids: ConstSlice_ConstStr,
callback: Option<unsafe extern "C" fn(extra: *mut c_void, result: ResultFFI, shared_pubkey: ConstStr, secret_share: ConstStr)>,
extra: *mut c_void,
) -> ResultFFI