pub unsafe fn acmDriverPriority<P0>(
    hadid: P0,
    dwpriority: u32,
    fdwpriority: u32
) -> u32
where P0: IntoParam<HACMDRIVERID>,