pub unsafe fn AvRtJoinThreadOrderingGroup<P0>(
    context: *mut HANDLE,
    threadorderingguid: *const GUID,
    before: P0
) -> Result<()>
where P0: IntoParam<BOOL>,