Type Definition libretro_sys::VideoRefreshFn[][src]

type VideoRefreshFn = unsafe extern "C" fn(data: *const c_void, width: c_uint, height: c_uint, pitch: size_t);