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