Function windows::Win32::Devices::HumanInterfaceDevice::HidP_GetExtendedAttributes
pub unsafe fn HidP_GetExtendedAttributes<P0>(
reporttype: HIDP_REPORT_TYPE,
dataindex: u16,
preparseddata: P0,
attributes: *mut HIDP_EXTENDED_ATTRIBUTES,
lengthattributes: *mut u32,
) -> NTSTATUSwhere
P0: Param<PHIDP_PREPARSED_DATA>,