#[no_mangle]
pub unsafe extern "C" fn nstd_image_open(
    file_name: *const NSTDChar
) -> NSTDImage
Expand description

Opens an image from a file. Parameters: const NSTDChar *const file_name - Path to the image file. Returns: NSTDImage image - The image.