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