Function sodot_sr25519_export_full_private_key

Source
pub unsafe extern "C" fn sodot_sr25519_export_full_private_key(
    room: Room,
    secret_share: ConstStr,
    export_to: ConstStr,
    callback: Option<unsafe extern "C" fn(extra: *mut c_void, result: ResultFFI, privkey: ConstStr)>,
    extra: *mut c_void,
) -> ResultFFI