pub unsafe fn AvQuerySystemResponsiveness<P0>(
    avrthandle: P0,
    systemresponsivenessvalue: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,