SDL_CreateThread

Function SDL_CreateThread 

Source
pub unsafe extern "C" fn SDL_CreateThread(
    fn_: SDL_ThreadFunction,
    name: *const c_char,
    data: *mut c_void,
) -> *mut SDL_Thread