Function 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 - NsDataId
  • type - Type of data to load.
  • buffer - Output buffer.
  • size - Output buffer size.