pub unsafe fn WldpCanExecuteStream<P0, P1>(
    host: *const GUID,
    options: WLDP_EXECUTION_EVALUATION_OPTIONS,
    stream: P0,
    auditinfo: P1
) -> Result<WLDP_EXECUTION_POLICY>
where P0: IntoParam<IStream>, P1: IntoParam<PCWSTR>,