pub unsafe fn GetPhysicalMonitorsFromIDirect3DDevice9<P0>(
    pdirect3ddevice9: P0,
    pphysicalmonitorarray: &mut [PHYSICAL_MONITOR]
) -> Result<()>
where P0: IntoParam<IDirect3DDevice9>,