Function windows::Win32::UI::WindowsAndMessaging::LoadImageA

pub unsafe fn LoadImageA<P0, P1>(
    hinst: P0,
    name: P1,
    type: GDI_IMAGE_TYPE,
    cx: i32,
    cy: i32,
    fuload: IMAGE_FLAGS,
) -> Result<HANDLE>
where P0: Param<HINSTANCE>, P1: Param<PCSTR>,