pub unsafe fn PeerDistServerPublishStream<P0>(
    hpeerdist: isize,
    pcontentidentifier: &[u8],
    cbcontentlength: u64,
    ppublishoptions: Option<*const PEERDIST_PUBLICATION_OPTIONS>,
    hcompletionport: P0,
    ulcompletionkey: usize,
    phstream: *mut isize
) -> u32
where P0: IntoParam<HANDLE>,