[][src]Function fermium::SDL_CreateThread

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