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