pub unsafe fn GetNamedPipeClientProcessId<P0>(
    pipe: P0,
    clientprocessid: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,