pub unsafe fn HidP_GetLinkCollectionNodes<P0>(
    linkcollectionnodes: *mut HIDP_LINK_COLLECTION_NODE,
    linkcollectionnodeslength: *mut u32,
    preparseddata: P0
) -> NTSTATUS
where P0: IntoParam<PHIDP_PREPARSED_DATA>,