[][src]Function fermium::SDL_CreateThreadWithStackSize

pub unsafe extern "C" fn SDL_CreateThreadWithStackSize(
    fn_: Option<unsafe extern "C" fn(arg1: *mut c_void) -> c_int>,
    name: *const c_char,
    stacksize: size_t,
    data: *mut c_void,
    pfnBeginThread: pfnSDL_CurrentBeginThread,
    pfnEndThread: pfnSDL_CurrentEndThread
) -> *mut SDL_Thread