Function windows::Win32::Foundation::CompareObjectHandles

pub unsafe fn CompareObjectHandles<P0, P1>(
    hfirstobjecthandle: P0,
    hsecondobjecthandle: P1,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<HANDLE>,