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