pub unsafe fn MQOpenQueue<P0>(
    lpwcsformatname: P0,
    dwaccess: u32,
    dwsharemode: u32
) -> Result<isize>
where P0: IntoParam<PCWSTR>,