pub unsafe fn HidD_GetAttributes<P0>(
    hiddeviceobject: P0,
    attributes: *mut HIDD_ATTRIBUTES
) -> BOOLEAN
where P0: IntoParam<HANDLE>,