Function windows::Win32::Graphics::Gdi::EnumObjects

pub unsafe fn EnumObjects<P0, P1>(
    hdc: P0,
    ntype: OBJ_TYPE,
    lpfunc: GOBJENUMPROC,
    lparam: P1,
) -> i32
where P0: Param<HDC>, P1: Param<LPARAM>,