pub unsafe fn CheckNameLegalDOS8Dot3W<P0>( lpname: P0, lpoemname: Option<&mut [u8]>, pbnamecontainsspaces: Option<*mut BOOL>, pbnamelegal: *mut BOOL, ) -> Result<()>where P0: Param<PCWSTR>,