Function windows::Win32::System::MessageQueuing::MQSetQueueSecurity

pub unsafe fn MQSetQueueSecurity<P0, P1>(
    lpwcsformatname: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PSECURITY_DESCRIPTOR>,