Function ctru_sys::bossGetNsDataHeaderInfo
source · pub unsafe extern "C" fn bossGetNsDataHeaderInfo(
NsDataId: u32_,
type_: u8_,
buffer: *mut c_void,
size: u32_
) -> Result
Expand description
Gets header info for the specified NsDataId.
§Arguments
NsDataId
- NsDataIdtype
- Type of data to load.buffer
- Output buffer.size
- Output buffer size.