Function windows::Win32::System::MessageQueuing::MQCreateQueue

pub unsafe fn MQCreateQueue<P0>(
    psecuritydescriptor: P0,
    pqueueprops: *mut MQQUEUEPROPS,
    lpwcsformatname: PWSTR,
    lpdwformatnamelength: *mut u32,
) -> Result<()>
where P0: Param<PSECURITY_DESCRIPTOR>,