pub unsafe fn WldpCanExecuteBuffer<P0>(
    host: *const GUID,
    options: WLDP_EXECUTION_EVALUATION_OPTIONS,
    buffer: &[u8],
    auditinfo: P0,
) -> Result<WLDP_EXECUTION_POLICY>
where P0: Param<PCWSTR>,