pub unsafe extern "C" fn sodot_create_room(
host_url: ConstStr,
num_parties: u16,
api_key: ConstStr,
callback: Option<unsafe extern "C" fn(extra: *mut c_void, result: ResultFFI, room_uuid: ConstStr)>,
extra: *mut c_void,
) -> ResultFFI