Function ctru_sys::fsMakePath

source ·
pub unsafe extern "C" fn fsMakePath(
    type_: FS_PathType,
    path: *const c_void
) -> FS_Path
Expand description

Creates an FS_Path instance.

§Arguments

  • type - Type of path.
  • path - Path to use.

§Returns

The created FS_Path instance.