pub unsafe extern "C" fn bossGetNsDataHeaderInfo(
NsDataId: u32_,
type_: u8_,
buffer: *mut c_void,
size: u32_,
) -> ResultExpand description
Gets header info for the specified NsDataId.
ยงArguments
NsDataId- NsDataIdtype- Type of data to load.buffer- Output buffer.size- Output buffer size.