Function sodot_exportable_ed25519_reshare_new_party

Source
pub unsafe extern "C" fn sodot_exportable_ed25519_reshare_new_party(
    room: Room,
    new_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