Function windows::Win32::UI::WindowsAndMessaging::LoadCursorA

pub unsafe fn LoadCursorA<P0, P1>(
    hinstance: P0,
    lpcursorname: P1,
) -> Result<HCURSOR>
where P0: Param<HINSTANCE>, P1: Param<PCSTR>,