pub unsafe extern "C" fn sodot_sr25519_sign(
room: Room,
secret_share: ConstStr,
msg_hex: ConstStr,
derivation_path: ConstSlice_ConstStr,
callback: Option<unsafe extern "C" fn(extra: *mut c_void, result: ResultFFI, signature: ConstStr)>,
extra: *mut c_void,
) -> ResultFFI