pub unsafe fn AvSetMmThreadPriority<P0>(
    avrthandle: P0,
    priority: AVRT_PRIORITY
) -> Result<()>
where P0: IntoParam<HANDLE>,