pub unsafe fn KsCreateTopologyNode<P0>(
    parenthandle: P0,
    nodecreate: *const KSNODE_CREATE,
    desiredaccess: u32,
    nodehandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,