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