Function SDL_CreateThread

pub unsafe fn SDL_CreateThread(
    fn: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
    name: *const i8,
    data: *mut c_void,
) -> *mut SDL_Thread
Available on crate feature dep_sdl3 only.