Type Definition sdl2_sys::SDL_main_func[][src]

pub type SDL_main_func = Option<unsafe extern "C" fn(argc: c_int, argv: *mut *mut c_char) -> c_int>;
Expand description

The prototype for the application’s main() function