pub unsafe extern "C" fn romfsMountFromFile(
fd: Handle,
offset: u32_,
name: *const c_char,
) -> ResultExpand description
Mounts RomFS from an open file.
ยงArguments
fd- FSFILE handle of the RomFS image.offset- Offset of the RomFS within the file.name- Device mount name.