#[unsafe(no_mangle)]pub unsafe extern "C" fn MSGetImageByName( _file: *const c_char, ) -> MSImageRef
Get a reference to a loaded image (library) by filename.
_file
Reference to the loaded image if found, null otherwise.
The _file parameter must be a valid null-terminated C string.