pub unsafe fn CreateFiber( dwstacksize: usize, lpstartaddress: LPFIBER_START_ROUTINE, lpparameter: Option<*const c_void>, ) -> *mut c_void