[][src]Function tcod_sys::TCOD_thread_new

pub unsafe extern "C" fn TCOD_thread_new(
    func: Option<unsafe extern "C" fn(arg1: *mut c_void) -> c_int>,
    data: *mut c_void
) -> TCOD_thread_t