pub unsafe fn RtwqAddPeriodicCallback<P0>(
    callback: RTWQPERIODICCALLBACK,
    context: P0,
    key: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<IUnknown>,