pub unsafe fn LoadCursorW<P1>( hinstance: Option<HINSTANCE>, lpcursorname: P1, ) -> Result<HCURSOR>where P1: Param<PCWSTR>,