pub unsafe fn GetNamedPipeClientComputerNameW<P0>(
    pipe: P0,
    clientcomputername: PWSTR,
    clientcomputernamelength: u32
) -> BOOL
where P0: IntoParam<HANDLE>,