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