1 pub type PINSPECT_HSTRING_CALLBACK = Option<unsafe extern "system" fn(
2     *const ::VOID, ::UINT_PTR, ::UINT32, *mut ::BYTE,
3 ) -> ::HRESULT>;
4