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