#[no_mangle] pub unsafe extern "C" fn nstd_image_open( file_name: *const NSTDChar) -> NSTDImage
Opens an image from a file. Parameters: const NSTDChar *const file_name - Path to the image file. Returns: NSTDImage image - The image.
const NSTDChar *const file_name
NSTDImage image