[][src]Function fermium::SDL_CreateThreadWithStackSize

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