pub unsafe fn AddIntegrityLabelToBoundaryDescriptor<P0>(
    boundarydescriptor: *mut HANDLE,
    integritylabel: P0
) -> Result<()>
where P0: IntoParam<PSID>,