Function sodot_bip340_import_private_key_recipient

Source
pub unsafe extern "C" fn sodot_bip340_import_private_key_recipient(
    room: Room,
    threshold: u16,
    keygen_init_keypair: 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