pub unsafe fn WdsTransportServerAllocateBuffer<P0>(
    hprovider: P0,
    ulbuffersize: u32
) -> *mut c_void
where P0: IntoParam<HANDLE>,