pub unsafe fn SHAssocEnumHandlersForProtocolByApplication<P0, T>(
    protocol: P0
) -> Result<T>
where P0: IntoParam<PCWSTR>, T: Interface,