pub unsafe extern "C" fn nstd_image_load( bytes: &NSTDSlice, ) -> NSTDImage
Loads an image from memory. Parameters: const NSTDSlice *const bytes - Raw image data. Returns: NSTDImage image - The image.
const NSTDSlice *const bytes
NSTDImage image