pub unsafe extern "C" fn load_image_from_memory( file_type: *const c_char, file_data: *const c_uchar, data_size: c_int, ) -> Image
Load image from memory buffer, fileType refers to extension: i.e. ‘.png’