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