pub unsafe fn IoSetDeviceInterfaceState<P0>(
    symboliclinkname: *const UNICODE_STRING,
    enable: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,